home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / netmail / xext53.zip / XPMENU.CTL < prev   
Text File  |  1994-06-04  |  25KB  |  664 lines

  1. ;----------------------------------------------------------------------
  2. ; (c) copyright 1992-1994 Santronics Software
  3. ; All Rights Reserved World wide
  4. ; Version 5.03
  5. ;----------------------------------------------------------------------
  6. ; THIS XPMENU.CTL WORKS FOR VERSION 5.0x OF XPMAIL.EXE ONLY.  THE OLDER
  7. ; 3.0x or 4.0x XPMENU.CTL FORMAT WILL NOT WORK WITH VERSION 5.0x.
  8. ;----------------------------------------------------------------------
  9. ;
  10. ; Silver Xpress Menu System is a dynamic menu system.  You can define upto
  11. ; 20 different menus with each menu having 20 different items.  Since Silver
  12. ; Xpress is a very sophiscated application, it has alot of options users
  13. ; can use.  All the options are security based (Xpress security).  The
  14. ; default menus and options defined here will give your user the MOST from
  15. ; Silver Xpress.  It is also set up for the SYSOP to have some other sysop
  16. ; only options.  Pay attention to the security values.
  17. ;
  18. ;----------------------------------------------------------------------
  19.  
  20. ; Defining the top menu and configuration menu.
  21. ; There are two special menus Xpress looks for:
  22. ;
  23. ;    TopMenuName        REQUIRED  - Top Level Menu
  24. ;    ConfigMenuName     OPTIONAL  - Displayed to first time user
  25. ;
  26. ; TopMenuName     This menu is the first menu displayed to the user
  27. ;                 every time he enters Silver Xpress.  The only exception
  28. ;                 is if the user is a FIRST TIME USER and ConfigMenuName
  29. ;                 keyword is defined.
  30. ;
  31. ; ConfigMenuName  If defined, this is the menu which will be shown the
  32. ;                 first time the user enters Silver Xpress.  This allows
  33. ;                 Xpress to present Xpress configuration options first.
  34. ;                 If this keyword is not defined, no configuration menu
  35. ;                 will be shown and the user will be taken to the top
  36. ;                 menu.
  37.  
  38. TopMenuName  MAIN
  39. ConfigMenuName CONFIG
  40.  
  41. ;----------------------------------------------------------------------
  42. ; Defining macros for the menus
  43. ;
  44. ; Xpress 5.0x has a new macro system which allows you to add tremendous
  45. ; power to Silver Xpress (like it needed any more <grin>).  As you will
  46. ; see below, each menu items you define use action codes (tags).  You
  47. ; can basically STACK these action codes into macros and then use the
  48. ; macros for your menu items.  To offer macros, create a MACRO block.
  49. ;
  50. ;    MACRO
  51. ;       <MacroName> <Security> <keystrokes> [description]
  52. ;       .
  53. ;       .
  54. ;    ENDMACRO
  55. ;
  56. ;    MacroName       This is the name of the macro that you can use with
  57. ;                    the _MACRO action code.
  58. ;    Security        The Xpress user security required to access this macro.
  59. ;    Keystrokes      Keystrokes that are used for this macro.
  60. ;    Description     Optional description beginning with double quote.
  61. ;
  62.  
  63. MACRO
  64.  LIST       0     @174             "List all available macros
  65.  SCANOPX    0     @153@107         "Scan and pack an OPX mail Packet
  66.  SCANQWK    0     @154@107         "Scan and pack a QWK mail Packet
  67.  ANSI       0     @119@122         "Set ANSI and novice menu level
  68.  BYE        0     @131             "Exit Xpress
  69.  DEFAULT    0     @111Z@112Z@153   "Set ZModem, ZIP and OPX mode
  70.  ARCH       0     @112             "Select an archiver
  71.  XFER       0     @111             "Select a protocol
  72.  RIPON      0     @175             "Turn on RIP graphics
  73.  RIPOFF     0     @176             "Turn off RIP Graphics
  74.  MAIN       0     @135             "Return to main menu
  75.  DL         200   @105             "Download file (SYSOP command)
  76.  KEYWORD    0     @114             "Edit Keywords
  77.  DOS        40000 @104             "Shell to DOS"
  78. ENDMACRO
  79.  
  80. ; The following keywords define the POWER and MACRO keys the user
  81. ; can use at the menus.  It is highly recommended that you don't change
  82. ; them unless there is a real need.  Note:  Any ASCII character can be
  83. ; used except ';' (semi-colon) and '|' (vertical bar);
  84.  
  85. ; Power Char is used with an action code number, i,e,. @112 where 112 is
  86. ; the action code.  Macro Char is used with a macro command, i.e., \ANSI
  87.  
  88. POWERCHAR @
  89. MACROCHAR \
  90.  
  91. ; The ACTION CODE list allows you to define the security for each available
  92. ; command in Xpress.  The security only works within the MACRO or POWER
  93. ; command system, not in the menus.  In otherwords, if you use a _DNLDFILE
  94. ; option in one of the menus, the menu option security overrides the action
  95. ; code security.  The action code security is used when the user attempts
  96. ; to use a macro or power command from any menu level, i.e., \DL
  97.  
  98. ACTIONCODE
  99.  _USRLIST         0
  100.  _RUSRLIST        0
  101.  _LOG             0
  102.  _SHELL           40000
  103.  _DNLDFILE        200
  104.  _UPLDFILE        0
  105.  _DNLDMAIL        0
  106.  _UPLDMAIL        0
  107.  _USERLOG         0
  108.  _SELECT          0
  109.  _XFERTYPE        0
  110.  _ARCHTYPE        0
  111.  _BULLETINS       0
  112.  _KEYWORDS        0
  113.  _OWNMAIL         0
  114.  _GRPMAIL         0
  115.  _LASTDATE        0
  116.  _RESTORELR       0
  117.  _COLOR           0
  118.  _HOTKEY          0
  119.  _IBMCHAR         0
  120.  _NOVICE          0
  121.  _VETERAN         0
  122.  _GXPRESS         0
  123.  _RPASSWORD       0
  124.  _DPASSWORD       0
  125.  _VACSAVER        0
  126.  _FILESCAN        0
  127.  _FILEDATE        0
  128.  _DELXAM          0
  129.  _QUIT            0
  130.  _HELP            0
  131.  _RETURN          0
  132.  _GOODBYE         0
  133.  _TOPMENU         0
  134.  _NORIP           0
  135.  _AUTOSTART       0
  136.  _SYSPARM         200
  137.  _CHAT            200
  138.  _DISPLAY         0
  139.  _VACPAC          0
  140.  _DISPVER         0
  141.  _DNLDUPD         0
  142.  _SAVEINFO        0
  143.  _AVATAR          0
  144.  _TTYMODE         0
  145.  _PKTOPX          0
  146.  _PKTQWK          0
  147.  _PKTTEXT         0
  148.  _QWKSTRIPK       0
  149.  _QWKCAPHDR       0
  150.  _QWKNDX          0
  151.  _SENDXFILES      0
  152.  _SELAREAS        0
  153.  _PKTCOUNT        0
  154.  _CHANGELR        0
  155.  _GOSUB           0
  156.  _USEFLEXASST     0
  157.  _SHOWMAILONLY    0
  158.  _QWKWWRAP        0
  159.  _TOSSDUMP        0
  160.  _XNLIST1         0
  161.  _XNLIST2         0
  162.  _MACRO           0
  163.  _MACROLIST       0
  164.  _RIPON           0
  165.  _RIPOFF          0
  166.  _RULESEARCH      0
  167.  _SRCHTEXT        0
  168.  _REPRECEIPT      0
  169.  _ANSILIST        0
  170.  _FILEFREQ        200
  171. ENDACTION
  172.  
  173. ;----------------------------------------------------------------------
  174. ; Defining a Menu to Present to the user.
  175. ;
  176. ; Each Menu is defined using the MENU and ENDMENU block keywords.
  177. ;
  178. ;           MENU MenuName Security
  179. ;             ITEMCOLOR  <hotkey color> <option color>
  180. ;             ITEM  <security> <actiontag [optional data]> <description>
  181. ;             ITEM ......
  182. ;             ITEM ......
  183. ;           ENDMENU
  184. ;
  185. ;    MenuName        The name of the menu.  You can use this name in your
  186. ;                    _GOSUB menu action codes.
  187. ;    Security        The Xpress user security required to access this menu.
  188. ;
  189. ; Each ITEM has the following format:
  190. ;
  191. ;    ITEM  <security> <actiontag [optional data]> <description>
  192. ;
  193. ;    Security        The Xpress user security to access this item.
  194. ;    ActionTag       Action to be taken.  See doc for available action tags.
  195. ;                    Some action tags required optional data.
  196. ;                    _DISPLAY <filename>
  197. ;                    _DNLDFILE <filename or ? for prompt>
  198. ;                    _UPLDFILE <filename or ? for prompt>
  199. ;                    _GOSUB    <Name of Menu to link>
  200. ;                    _MACRO    <macro name in macro block>
  201. ;    description     This is the description the user sees in the menu.
  202. ;                    The hot key for this item must be surrounded by carets.
  203. ;                    If you precede the description with a quote character,
  204. ;                    no leading spaces will be removed.  If you end the line
  205. ;                    with a semi-colon, no carriage return and linefeed will
  206. ;                    be added. The semi-colon is good for creating 2 column
  207. ;                    menus.
  208. ;
  209. ;                    If the description has any of the % parameters, a
  210. ;                    substition will be made.
  211. ;
  212. ;                      %sa   - # of selected areas
  213. ;                      %tm   - file transfer protocol
  214. ;                      %cm   - compression method
  215. ;                      %gb   - general bulletins
  216. ; obselete             %kw   - total keywords
  217. ;                      %ro   - receive own mail
  218. ;                      %rg   - receive group mail
  219. ;                      %ld   - last usage date
  220. ;                      %ag   - Color Graphics (ANSI)
  221. ;                      %av   - AVATAR Graphics
  222. ;                      %hk   - Menu Hot Keys
  223. ;                      %ic   - IBM Characters
  224. ;                      %nm   - Novice Menu Mode
  225. ;                      %xm   - Veteran Menu Mode
  226. ;                      %gx   - Gold Xpress Menu Mode
  227. ;                      %vs   - Vacation saver
  228. ;                      %fs   - file scan
  229. ;                      %fd   - file scan date
  230. ;                      %pt   - packet type
  231. ;                      %sk   - strip kludges in mail
  232. ;                      %ch   - capitalize header in qwk mail
  233. ;                      %sn   - Do not Send NDX files
  234. ;                      %sx   - Do not send QWK/X files
  235. ;                      %so   - send selected areas only
  236. ;                      %hr   - HMS (QBBS/RA) last read value
  237. ;                      %pc   - Use Packet Counter
  238. ;                      %fa   - Use flex assistance
  239. ;                      %mo   - Show area with mail only
  240. ;                      %ww   - Perform Word Wrapping for QWK
  241. ;                      %nr   - NO Rip Graphics
  242. ;                      %nl1  - Xpress nodelist 1
  243. ;                      %nl2  - Xpress nodelist 2
  244. ;                      %as   - Auto Start Xpress
  245. ;                      %sb   - search body of text
  246. ;                      %rr   - send reply receipt
  247. ;
  248. ;----------------------------------------------------------------------
  249. ;
  250. ; A menu block must begin with a MENU command; the first parameter is the
  251. ; menu name and the optional second parameter is the Xpress Security
  252. ; value. If no security is define, then it becomes 0 and all users will
  253. ; see this menu.
  254.  
  255.  
  256. MENU MAIN
  257.  
  258. ; This is the prompt shown to the user when he has Gold Xpress mode enabled.
  259. ; These are usually short keywords which a smart comm program can pick up
  260. ; to display off-loaded menus.
  261.  
  262.   GXPROMPT  SX_MAIN>
  263. ;
  264. ; NTITLE is the title shown during novice mode, VTITLE is the title shown
  265. ; during veteran (expert) mode, and RTITLE is used during RIP mode.  NTITLE
  266. ; is commented out because the title is displayed using JUNK menu items.
  267. ; See below.
  268. ;
  269. ; NTITLE    YELLOW Silver Xpress Main Menu
  270.   VTITLE    YELLOW Main Menu
  271.   RIPTITLE  Silver Xpress Main Menu
  272. ;
  273. ;
  274. ; name of help file
  275. ; (also name of optional menu ANSI file shown, x.ANS or x.TXT or x.RIP)
  276. ;
  277.   HELP      main
  278. ;
  279. ; Menu items.  In this example, the NTITLE is commented out and menuitems are
  280. ; used to draw a TITLE HEADER for the menu.  The _JUNK Xpress menu token is
  281. ; used to tell Xpress the menu option is meaningless.
  282. ;
  283.   ITEMCOLOR YELLOW WHITE
  284.   MENUITEM  0 _JUNK     '┌────────────────────────────────────────────────────────────────┐'
  285.   MENUITEM  0 _JUNK     '│                    ^Silver Xpress Main Menu^                     │'
  286.   MENUITEM  0 _JUNK     '└────────────────────────────────────────────────────────────────┘'
  287.   ITEMCOLOR YELLOW CYAN
  288.   MENUITEM  0  _GOSUB SYSOP   ' [^#^]..System Information        ;
  289.   RIP # Sysop Options
  290.   MENUITEM  0  _DISPLAY DLGUIDE '  [^A^]..Download Door User Guide
  291.   RIP Download Door Guide
  292.   MENUITEM  0 _USERLOG        ' [^L^]..Personal Log              ;
  293.   RIP See Personal Log
  294.   MENUITEM  0 _DISPLAY  DLRDR '  [^R^]..Download Xpress Reader
  295.   RIP Download Xpress Reader
  296.   MENUITEM  0 _HELP           ' [^?^]..Show Help                 ;
  297.   RIP ? HELP
  298.   MENUITEM  0 _GOSUB ASSIST   '  [^X^]..Xpress Assistant
  299.   RIP Xpress Assistant
  300.   MENUITEM  0  _GOSUB CONFIG  ' [^C^]..Configuration             ;
  301.   RIP Configuration
  302.   MENUITEM  0 _SELECT         '  [^S^]..Change Selected Areas
  303.   RIP Change Selected Areas
  304.   MENUITEM
  305.   MENUITEM  0 _MACRO SCANOPX  ' [^D^]..Scan & Download OPX Packet;
  306.   RIP Download OPX Packet
  307.   MENUITEM  0 _MACRO SCANQWK  '  [^K^]..Scan & Download QWK Packet
  308.   RIP Download QWK Packet
  309.   MENUITEM  0 _UPLDMAIL       ' [^U^]..Upload Your Mail          ;
  310.   RIP Upload Your Mail
  311.   MENUITEM  0 _VACPAC         '  [^V^]..Check Vacation Mail
  312.   RIP Check Vacation Mail
  313.   MENUITEM  0 _QUIT           ' [^Q^]..Return to Main System     ;
  314.   RIP QUIT
  315. ;
  316. ; If you do not want to have a goodbye option, comment it out.
  317. ; If you do comment it out, uncomment the _JUNK MENUITEM below
  318. ; it.
  319. ;
  320.   MENUITEM  0 _GOODBYE        '  [^G^]..GoodBye (Logoff)
  321.   RIP GoodBye
  322. ; MENUITEM
  323.   ITEMCOLOR WHITE WHITE
  324.   MENUITEM  0 _JUNK     '──────────────────────────────────────────────────────────────────'
  325. ;
  326. ; Normally, the menu system will allow a carriage return to go to the previous
  327. ; menu.  It will normally use the LAST hotkey defined.  Since the last menuitem
  328. ; is not a normal option, RETURNKEY is used to define the key that will be used
  329. ; when carriage return is hit.
  330. ;
  331.   RETURNKEY Q
  332. ;
  333. ; This is the line shown during veteran mode.
  334. ;
  335.    VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  336. ;
  337. ; This is the prompt shown to users. Highlight color, normal color,
  338. ; and the prompt color is the order of the format.  Only two substitutions
  339. ; can be made, %tr time remaining, %fn user's first name.
  340. ;
  341.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  342. ENDMENU
  343.  
  344. ;
  345. ; configuration menu.
  346. ;
  347.  
  348. MENU CONFIG
  349.   GXPROMPT  SX_CFG>
  350.   VTITLE    WHITE Configuration Menu
  351.   RIPTITLE  Silver Xpress Configuration Menu
  352.   HELP      config
  353.   ITEM COLOR 63 WHITE
  354.   MENUITEM  0 _JUNK      '──────────────────^ Configuration Menu ^───────────────'
  355.   ITEMCOLOR YELLOW CYAN
  356.   MENUITEM  0 _SELECT     ' [^S^]....Select Mail Areas,   - %sa selected
  357.   RIP Select Mail Areas
  358.   MENUITEM  0 _XFERTYPE   ' [^F^]....File Transfer Method - %tm
  359.   RIP File Transfer Method
  360.   MENUITEM  0 _ARCHTYPE   ' [^A^]....Archiver Method      - %cm
  361.   RIP Archiver Method
  362.   MENUITEM
  363.   MENUITEM  0 _GOSUB MAILOPTS  ' [^M^]....Mail Options
  364.   RIP Mail Options
  365.   MENUITEM  0 _GOSUB SERVICES  ' [^X^]....Xpress Services
  366.   RIP Xpress Services
  367.   MENUITEM  0 _GOSUB TERMINAL  ' [^T^]....Terminal Options
  368.   RIP Terminal Options
  369.   MENUITEM  0 _SAVEINFO   ' [^C^]....Save Current Configuration
  370.   RIP Save Configuration
  371.   MENUITEM  0 _HELP       ' [^?^]....Show Help
  372.   RIP ? HELP
  373.   MENUITEM  0 _RETURN     ' [^Q^]....Return to Main Menu
  374.   RIP Quit
  375.   ITEMCOLOR WHITE WHITE
  376.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  377.   RETURNKEY Q
  378.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  379.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  380. ENDMENU
  381.  
  382. ;
  383. ; mail options
  384. ;
  385.  
  386. MENU MAILOPTS
  387.   GXPROMPT  SX_MOPT>
  388.   VTITLE    WHITE Mail Options
  389.   RIPTITLE  Mail Options
  390.   HELP      moptions
  391.   ITEM COLOR 63 WHITE
  392.   MENUITEM  0 _JUNK         '─────────────────────^ Mail Options ^──────────────────'
  393.   ITEMCOLOR YELLOW CYAN
  394.   MENUITEM  0 _KEYWORDS      ' [^K^]....Define Search Rules (Keywords)
  395.   RIP Define Keywords
  396.   MENUITEM  0 _SRCHTEXT      ' [^B^]....Search Message Body w/ Keywords - ^%sb^
  397.   RIP Search Message Body
  398.   MENUITEM  0 _OWNMAIL       ' [^Y^]....Receive Your Own Mail           - ^%ro^
  399.   RIP Receive Your OWN Mail
  400.   MENUITEM  0 _GRPMAIL       ' [^G^]....Receive Group Mail              - ^%rg^
  401.   RIP Receive Group Mail
  402.   MENUITEM  0 _GOSUB PACKET  ' [^P^]....Choose Mail Packet Format       - ^%pt^ format
  403.   RIP Choose Packet Format
  404.   MENUITEM  0 _PKTCOUNT      ' [^C^]....Use Packet Extension Counter    - ^%pc^
  405.   RIP Use Packet Extension
  406.   MENUITEM  0 _SELAREAS      ' [^S^]....Send Selected Areas Only        - ^%so^
  407.   RIP Send Selected
  408.   MENUITEM  0 _USEFLEXASST   ' [^F^]....Use Flex Assistant at Mail Scan - ^%fa^
  409.   RIP Flex Assistant
  410.   MENUITEM  0 _SHOWMAILONLY  ' [^O^]....Show Areas with Mail Only       - ^%mo^
  411.   RIP Show Areas With Mail
  412.   MENUITEM  0
  413.   MENUITEM  0 _LASTDATE      ' [^D^]....Change Mail Pointers By Date
  414.   RIP Change Pointers by Date
  415.   MENUITEM  0 _CHANGELR      ' [^N^]....Change Mail Pointers By Number
  416.   RIP Change Pointers by Number
  417.   MENUITEM  0 _RESTORELR     ' [^R^]....Restore Entry Mail Pointers
  418.   RIP Restore Enter Pointers
  419.   MENUITEM  0 _HELP          ' [^?^]....Show Help
  420.   RIP ? HELP
  421.   MENUITEM  0 _TOPMENU       ' [^/^]....Main Menu
  422.   RIP / (Main)
  423.   MENUITEM  0 _RETURN        ' [^Q^]....Return to Previous Menu
  424.   RIP Quit
  425.   ITEMCOLOR WHITE WHITE
  426.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  427.   RETURNKEY Q
  428.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  429.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  430. ENDMENU
  431.  
  432. ;
  433. ; terminal options
  434. ;
  435. MENU TERMINAL
  436.   GXPROMPT  SX_TOPT>
  437.   VTITLE     WHITE Terminal Options
  438.   RIPTITLE   Terminal Options
  439.   HELP      terminal
  440.   ITEM COLOR 63 WHITE
  441.   MENUITEM  0 _JUNK      '─────────────────^ Terminal Options ^ ─────────────────'
  442.   ITEMCOLOR YELLOW CYAN
  443.   MENUITEM  0 _COLOR      ' [^C^]....ANSI Color              - %ag
  444.   RIP Use Ansi (Color)
  445.   MENUITEM  0 _TTYMODE    ' [^T^]....TTY (No Color)          - %at
  446.   RIP Use TTY
  447.   MENUITEM  0 _AVATAR     ' [^A^]....AVATAR Graphics         - %av
  448.   RIP Use Avatar
  449.   MENUITEM  0 _HOTKEY     ' [^H^]....Menu Hot Keys           - %hk
  450.   RIP Use Menu Hot Keys
  451.   MENUITEM  0 _IBMCHAR    ' [^I^]....IBM Characters          - %ic
  452.   RIP Use IBM Characters
  453.   MENUITEM  0 _NOVICE     ' [^N^]....Novice Menu Mode        - %nm
  454.   RIP Novice Menu Mode
  455.   MENUITEM  0 _VETERAN    ' [^V^]....Veteran Menu Mode       - %xm
  456.   RIP Veteran Menu Mode
  457.   MENUITEM  0 _GXPRESS    ' [^X^]....Gold Xpress Menu Mode   - %gx
  458.   RIP Gold Xpress Menu Mode
  459.   MENUITEM  0 _NORIP      ' [^G^]....Skip RIP Graphics       - %nr
  460.   RIP Skip RIP Graphics
  461.   MENUITEM  0
  462.   MENUITEM  0 _HELP       ' [^?^]....Show Help               ;
  463.   RIP ? HELP
  464.   MENUITEM  0 _TOPMENU    ' [^/^]....Main Menu
  465.   RIP / (Main)
  466.   MENUITEM  0 _RETURN     ' [^Q^]....Return Previous Menu
  467.   RIP Quit
  468.   ITEMCOLOR WHITE WHITE
  469.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  470.   RETURNKEY Q
  471.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  472.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  473. ENDMENU
  474.  
  475. ;
  476. ; services menu
  477. ;
  478.  
  479. MENU SERVICES
  480.   GXPROMPT  SX_SERV>
  481.   VTITLE     WHITE Xpress Service Menu
  482.   RIPTITLE  Silver Xpress Services Menu
  483.   HELP      services
  484.   ITEMCOLOR 63 WHITE
  485.   MENUITEM  0 _JUNK      '──────────────^ Xpress Service Options ^───────────────'
  486.   ITEMCOLOR YELLOW CYAN
  487.   MENUITEM  0 _VACSAVER   ' [^V^]....Xpress Vacation Saver    - %vs
  488.   RIP Xpress Vacation Saver
  489.   MENUITEM  0 _FILESCAN   ' [^F^]....Scan for New Files       - %fs
  490.   RIP Scan for New Files
  491.   MENUITEM  0 _FILEDATE   ' [^C^]....Change File Scan Date    - %fd
  492.   RIP Change File Scan Date
  493.   MENUITEM  0 _ANSILIST   ' [^L^]....Ansi New Files List      - %al
  494.   RIP Ansi New Files List
  495.   MENUITEM  0 _BULLETINS  ' [^B^]....Receive Bulletins        - %gb
  496.   RIP Send Bulletins
  497.   MENUITEM  0 _AUTOSTART  ' [^A^]....Auto Start Xpress        - %as
  498.   RIP Auto Start Xpress
  499.   MENUITEM  0 _REPRECEIPT ' [^S^]....Send REPLY Receipt       - %rr
  500.   RIP Send Reply Receipt
  501.   MENUITEM  0 _DELXAM     ' [^E^]....Erase Mail Recording
  502.   RIP Erase Mail Recording
  503.   MENUITEM  0 _RPASSWORD  ' [^R^]....Reader Password
  504.   RIP Set Reader Password
  505.   MENUITEM  0 _DPASSWORD  ' [^D^]....Door Password
  506.   RIP Set Door Password
  507.   MENUITEM  0 _HELP       ' [^?^]....Show Help
  508.   RIP ? HELP
  509.   MENUITEM  0 _TOPMENU    ' [^/^]....Main Menu
  510.   RIP / (Main)
  511.   MENUITEM  0 _RETURN     ' [^Q^]....Return to Previous Menu
  512.   RIP Quit
  513.   ITEMCOLOR WHITE WHITE
  514.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  515.   RETURNKEY Q
  516.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  517.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  518. ENDMENU
  519.  
  520. ;
  521. ; sysop menu, only the Xpress sysop can use the action codes in this
  522. ; menu.  It doesn't matter if you moved them to another menu.
  523. ;
  524.  
  525. MENU SYSOP 0
  526.   GXPROMPT  SX_SYS>
  527.   VTITLE     YELLOW System Information
  528.   RIPTITLE   Xpress Sysop Menu
  529.   HELP      sysop
  530.   ITEMCOLOR 63 WHITE
  531.   MENUITEM  0   _JUNK         '─────────────────^ System Information ^────────────────'
  532.   ITEMCOLOR YELLOW CYAN
  533.   MENUITEM   0  _USRLIST      ' [^1^] See User List
  534.   RIP 1-Xpress User List
  535.   MENUITEM   0  _RUSRLIST     ' [^2^] See Registered User List
  536.   RIP 2-Registered Users
  537.   MENUITEM  200 _DNLDFILE  ?  ' [^3^] Download File
  538.   RIP 3-Download a File
  539.   MENUITEM  200 _UPLDFILE  ?  ' [^4^] Upload File.
  540.   RIP 4-Upload a File
  541.   MENUITEM   0  _SYSPARM      ' [^5^] Xpress Variables
  542.   RIP 5-Xpress Variables
  543.   MENUITEM  200 _LOG          ' [^6^] See Xpress Log
  544.   RIP 6-Xpress Log
  545.   MENUITEM  200 _SHELL        ' [^7^] Shell to DOS
  546.   RIP 7-Shell to DOS
  547.   MENUITEM  200 _CHAT         ' [^8^] Remote Activated Chat
  548.   RIP 8-Chat Window
  549.   MENUITEM  200 _TOSSDUMP     ' [^9^] Toss Mail in Dump Area
  550.   RIP 9-Toss Dump Mail
  551.   MENUITEM    0 _MACROLIST    ' [^L^] List Available Macros
  552.   RIP L-List Macros
  553.   MENUITEM    0 _DISPVER      ' [^V^] Display Version Information
  554.   RIP V-Version Information
  555.   MENUITEM  200 _FILEFREQ ?   ' [^R^] Request File From BBS
  556.   RIP R-Request File From BBS
  557.   MENUITEM  200 _HELP         ' [^?^] Show Help
  558.   RIP ? HELP
  559.   MENUITEM   0  _RETURN       ' [^Q^] Return
  560.   RIP Quit
  561.   ITEMCOLOR WHITE WHITE
  562.   MENUITEM   0  _JUNK         '───────────────────────────────────────────────────────'
  563.   RETURNKEY Q
  564.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  565.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  566. ENDMENU
  567.  
  568.  
  569. ;
  570. ; Menu for Xpress Packet Type
  571. ;
  572.  
  573. MENU PACKET
  574.   GXPROMPT  SX_PKT>
  575.   VTITLE    WHITE Mail Packet Type
  576.   RIPTITLE  Mail Packet Type and QWK Options
  577.   HELP      pkttype
  578.   ITEMCOLOR 63 WHITE
  579.   MENUITEM  0 _JUNK      '───────────────────^ Mail Packet Type ^────────────────'
  580.   ITEMCOLOR YELLOW CYAN
  581.   MENUITEM  0 _JUNK        Current Packet Type : ^%pt^
  582.   MENUITEM
  583.   MENUITEM  0 _PKTOPX     ' [^O^]....OPX Silver Xpress Mail Packets
  584.   RIP Create OPX Packets
  585.   MENUITEM  0 _PKTQWK     ' [^K^]....QWK Mail Packets Compatible with QWK Readers
  586.   RIP Create QWK Packets
  587.   MENUITEM  0 _GOSUB QWKOPTS  ' [^M^]....QWK Mail Options
  588.   RIP QWK Mail Options
  589.   MENUITEM
  590.   MENUITEM  0 _HELP       ' [^?^]....Show Help
  591.   RIP ? HELP
  592.   MENUITEM  0 _TOPMENU    ' [^/^]....Main Menu
  593.   RIP / (Main)
  594.   MENUITEM  0 _RETURN     ' [^Q^]....Return to Previous Menu
  595.   RIP Quit
  596.   ITEMCOLOR WHITE WHITE
  597.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  598.   RETURNKEY Q
  599.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  600.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  601. ENDMENU
  602.  
  603. ;
  604. ; QWK Menu Options
  605. ;
  606.  
  607. MENU QWKOPTS
  608.   GXPROMPT  SX_QWKOPT>
  609.   VTITLE    WHITE Mail Packet Type
  610.   RIPTITLE  Mail Packet Type
  611.   HELP      qwkopts
  612.   ITEMCOLOR 63 WHITE
  613.   MENUITEM  0 _JUNK      '───────────────────^ QWK Mail Options ^────────────────'
  614.   MENUITEM
  615.   ITEMCOLOR YELLOW CYAN
  616.   MENUITEM  0 _QWKSTRIPK  ' [^K^]....Strip Kludges Lines   -  %sk
  617.   RIP Send Kludges Lines
  618.   MENUITEM  0 _QWKCAPHDR  ' [^C^]....Message Header Case   -  %ch
  619.   RIP Capitalize QWK Header
  620.   MENUITEM  0 _QWKNDX     ' [^N^]....Send NDX Index Files  -  %sn
  621.   RIP Send NDX Index Files
  622.   MENUITEM  0 _QWKWWRAP   ' [^W^]....Perform Word Wrapping -  %ww
  623.   RIP Perform Word Wrapping
  624.   MENUITEM  0
  625.   MENUITEM  0 _HELP       ' [^?^]....Show Help
  626.   RIP ? HELP
  627.   MENUITEM  0 _TOPMENU    ' [^/^]....Main Menu
  628.   RIP / (Main)
  629.   MENUITEM  0 _RETURN     ' [^Q^]....Return to Previous Menu
  630.   RIP Quit
  631.   ITEMCOLOR WHITE WHITE
  632.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  633.   RETURNKEY Q
  634.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  635.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  636. ENDMENU
  637.  
  638. MENU ASSIST
  639.   GXPROMPT  SX_ASST>
  640.   VTITLE    WHITE Xpress Assistant
  641.   RIPTITLE  Xpress Assistant
  642.   HELP      pkttype
  643.   ITEMCOLOR 63 WHITE
  644.   MENUITEM  0 _JUNK      '───────────────────^ Xpress Assistant ^────────────────'
  645.   MENUITEM
  646.   ITEMCOLOR YELLOW CYAN
  647.   MENUITEM  0 _DISPLAY EXPLAIN ' [^E^]....Explain what a BBS is?
  648.   RIP Explain a BBS
  649.   MENUITEM  0 _DISPLAY ASSIST  ' [^A^]....Explain Xpress with Example
  650.   RIP Xpress Assistant
  651.   MENUITEM  0 _DISPLAY NEWUSER ' [^N^]....New User Information
  652.   RIP New User Information
  653.   MENUITEM  0 _DISPLAY DLGUIDE ' [^U^]....Download Xpress Door User Guide
  654.   RIP Download Xpress Door Guide
  655.   MENUITEM  0 _RETURN          ' [^Q^]....Return to Previous Menu
  656.   RIP Quit
  657.   MENUITEM
  658.   ITEMCOLOR WHITE WHITE
  659.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  660.   RETURNKEY Q
  661.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  662.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  663. ENDMENU
  664.